google.golang.org/protobuf/internal/filedesc.SourceLocations.byPath (field)

4 uses

	google.golang.org/protobuf/internal/filedesc (current package)
		desc_list.go#L302: 	byPath map[pathKey]int
		desc_list.go#L308: 	if i, ok := p.lazyInit().byPath[k]; ok {
		desc_list.go#L425: 			p.byPath = make(map[pathKey]int, len(p.List))
		desc_list.go#L431: 				p.byPath[k] = idxs[0] // record the first location for this path